home *** CD-ROM | disk | FTP | other *** search
- this.oads = this.oad = 400;
- this.oadm = 700;
- this.ads = this.ad = 800;
- this.adm = 1000;
- this.hds = this.hd = 1100;
- this.hdm = 3100;
- this.fds = this.fd = 3150;
- this.fdm = 3250;
- this.puds = this.pud = 3300;
- this.pudm = 3800;
- this.tds = this.td = 4000;
- this.tdm = 5000;
- this.trds = this.trd = 6010;
- this.trdm = 6050;
- this.wall.swapDepths(6100);
- this.gameDisplay.swapDepths(7000);
- this.helpMC.swapDepths(7003);
- this.pauseDisplay.swapDepths(7005);
- this.gameOver.swapDepths(7010);
- this.mainDisplay.swapDepths(7100);
- this.addD = function(what)
- {
- var t = this;
- t[what + "d"]++;
- if(t[what + "d"] > t[what + "dm"])
- {
- t[what + "d"] = t[what + "ds"];
- }
- };
-